home *** CD-ROM | disk | FTP | other *** search
- # Makefile include file for rtti libraries
-
- # C++ What C++ compiler to use
- CC = /nfs/defender/u/axb/lang/attc++.build/attc++/CC
- #CC = xlC -+ -qlanglvl=compat
-
- # ARCFLAGS What flags to pass to the C++ processor ?
- # The TRACE flag allows the Trace class to actually print out error
- # messages. If this is not set - the error messages are not printed.
- ARCFLAGS = -I$(RTINC) -DTRACE
-
- # What ar to use
- AR = ar
-
- # What flags to give to ar
- ARFLAGS = crv
-
-